Drive.rateLimiter

Ratelimiter. Intended to stop a user from thrashing our disk, as well as keeping the microVM under control.

struct Drive
@serializationKeys("rate_limiter")
RateLimiter rateLimiter;

Meta